home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
developm
/
source
/
drgnsmth.cpt
/
Dragonsmith 1.1
/
Base files
/
Utilities
/
MenuUtils.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-07
|
317 b
|
16 lines
/*
MenuUtils.h
*/
#pragma once
#include <Menus.h>
#define iLastItem (-1) // For use in CheckOne
void ShowMenuAction (void);
void CheckOne (MenuHandle menu, short first, short last, short itemToCheck);
Boolean ToggleMenuItem (MenuHandle menu, short item);
Boolean ItemIsChecked (MenuHandle menu, short item);